home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / datasheets and manuals / Hardware / WHT / scsi / dsr_sources_2_2001 / 2rom_s < prev    next >
Text File  |  2006-10-19  |  614b  |  42 lines

  1. * ROM 2
  2. *
  3. * ROM 2 contains the following routines:
  4. *
  5. * READ
  6. * CLOSE
  7. * RESTORE/REWIND
  8. *
  9. * April 18, 1995
  10. * David Nieters
  11.  
  12.        IDT  'ROM2'
  13.  
  14.        AORG >4000
  15.  
  16.        DATA READ0
  17.        DATA CLOSE0
  18.        DATA REST0
  19.  
  20.        COPY "DSK7.READ"
  21.        PAGE
  22.        COPY "DSK7.EQU"
  23.        PAGE
  24.        COPY "DSK7.CLOSE"
  25.        PAGE
  26.        COPY "DSK7.RESTORE"
  27.        PAGE
  28.        COPY "DSK7.POSITION"
  29.        PAGE
  30.        COPY "DSK7.DSRERROR"
  31.        PAGE
  32.        COPY "DSK7.BANKIT"
  33.        PAGE
  34.        COPY "DSK7.ISFILEOPEN"
  35.        PAGE
  36.        COPY "DSK7.FLUSH"
  37.        PAGE
  38.        COPY "DSK7.MISC"
  39.  
  40. BANKN  DATA >0200
  41.        END
  42.